home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2000 July & August / EPA005.iso / Freeware / Genesis II terrain builder / _SETUP.1 / Genesis2.exe / 0 / RCDATA / TFCAMERA / TFCAMERA.txt
Encoding:
Text File  |  1999-10-16  |  6.5 KB  |  302 lines

  1. inherited FCamera: TFCamera
  2.   Left = 384
  3.   Top = 139
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Camera and Target Position Editor'
  7.   ClientHeight = 521
  8.   ClientWidth = 377
  9.   OldCreateOrder = True
  10.   OnCreate = FormCreate
  11.   OnDestroy = FormDestroy
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object GroupBox3: TGroupBox
  15.     Left = 0
  16.     Top = 392
  17.     Width = 377
  18.     Height = 129
  19.     Caption = 'Positioning'
  20.     Color = clBtnFace
  21.     ParentColor = False
  22.     TabOrder = 0
  23.     object Label6: TLabel
  24.       Left = 8
  25.       Top = 104
  26.       Width = 23
  27.       Height = 13
  28.       Hint = 'Change perspective'
  29.       Caption = 'View'
  30.     end
  31.     object Label1: TLabel
  32.       Left = 232
  33.       Top = 16
  34.       Width = 31
  35.       Height = 13
  36.       Hint = 'Set camera height'
  37.       Caption = 'Height'
  38.     end
  39.     object Label2: TLabel
  40.       Left = 48
  41.       Top = 16
  42.       Width = 7
  43.       Height = 13
  44.       Hint = 'Set target height'
  45.       Caption = 'X'
  46.     end
  47.     object Label3: TLabel
  48.       Left = 8
  49.       Top = 40
  50.       Width = 36
  51.       Height = 13
  52.       Caption = 'Camera'
  53.     end
  54.     object Label4: TLabel
  55.       Left = 8
  56.       Top = 64
  57.       Width = 31
  58.       Height = 13
  59.       Caption = 'Target'
  60.     end
  61.     object Label5: TLabel
  62.       Left = 144
  63.       Top = 16
  64.       Width = 7
  65.       Height = 13
  66.       Hint = 'Set target height'
  67.       Caption = 'Y'
  68.     end
  69.     object Label7: TLabel
  70.       Left = 144
  71.       Top = 80
  72.       Width = 42
  73.       Height = 13
  74.       Caption = 'Direction'
  75.     end
  76.     object BelowLabel: TLabel
  77.       Left = 304
  78.       Top = 24
  79.       Width = 49
  80.       Height = 39
  81.       Caption = 'Camera is below surface'
  82.       Font.Charset = DEFAULT_CHARSET
  83.       Font.Color = clRed
  84.       Font.Height = -11
  85.       Font.Name = 'MS Sans Serif'
  86.       Font.Style = []
  87.       ParentFont = False
  88.       Visible = False
  89.       WordWrap = True
  90.     end
  91.     object RecommendedLabel: TLabel
  92.       Left = 304
  93.       Top = 24
  94.       Width = 70
  95.       Height = 52
  96.       Caption = 'Camera is below recommended level'
  97.       Font.Charset = DEFAULT_CHARSET
  98.       Font.Color = 33023
  99.       Font.Height = -11
  100.       Font.Name = 'MS Sans Serif'
  101.       Font.Style = []
  102.       ParentFont = False
  103.       Visible = False
  104.       WordWrap = True
  105.     end
  106.     object Label8: TLabel
  107.       Left = 48
  108.       Top = 80
  109.       Width = 85
  110.       Height = 13
  111.       Caption = 'Perspective angle'
  112.     end
  113.     object Label9: TLabel
  114.       Left = 232
  115.       Top = 80
  116.       Width = 37
  117.       Height = 13
  118.       Caption = 'Azimuth'
  119.     end
  120.     object Label10: TLabel
  121.       Left = 304
  122.       Top = 80
  123.       Width = 42
  124.       Height = 13
  125.       Caption = 'Distance'
  126.     end
  127.     object TargetAlt: TSpinEdit
  128.       Left = 232
  129.       Top = 56
  130.       Width = 65
  131.       Height = 22
  132.       Font.Charset = DEFAULT_CHARSET
  133.       Font.Color = clWindowText
  134.       Font.Height = -11
  135.       Font.Name = 'MS Sans Serif'
  136.       Font.Style = []
  137.       MaxValue = 10000
  138.       MinValue = 0
  139.       ParentFont = False
  140.       ParentShowHint = False
  141.       ShowHint = True
  142.       TabOrder = 5
  143.       Value = 0
  144.       OnChange = TargetAltChange
  145.     end
  146.     object ViewAlt: TSpinEdit
  147.       Left = 232
  148.       Top = 32
  149.       Width = 65
  150.       Height = 22
  151.       Font.Charset = DEFAULT_CHARSET
  152.       Font.Color = clWindowText
  153.       Font.Height = -11
  154.       Font.Name = 'MS Sans Serif'
  155.       Font.Style = []
  156.       MaxValue = 32000
  157.       MinValue = 0
  158.       ParentFont = False
  159.       ParentShowHint = False
  160.       ShowHint = True
  161.       TabOrder = 2
  162.       Value = 0
  163.       OnChange = ViewAltChange
  164.     end
  165.     object PerspectiveSpinEdit: TSpinEdit
  166.       Left = 48
  167.       Top = 96
  168.       Width = 57
  169.       Height = 22
  170.       Hint = 'angle in degrees'
  171.       Font.Charset = DEFAULT_CHARSET
  172.       Font.Color = clWindowText
  173.       Font.Height = -11
  174.       Font.Name = 'MS Sans Serif'
  175.       Font.Style = []
  176.       Increment = 5
  177.       MaxValue = 160
  178.       MinValue = 1
  179.       ParentFont = False
  180.       TabOrder = 6
  181.       Value = 5
  182.       OnChange = PerspectiveSpinEditChange
  183.     end
  184.     object ViewDirectionEdit: TEdit
  185.       Left = 144
  186.       Top = 96
  187.       Width = 65
  188.       Height = 21
  189.       ReadOnly = True
  190.       TabOrder = 7
  191.     end
  192.     object CameraGeoRefXEdit: TFloatEdit
  193.       Left = 48
  194.       Top = 32
  195.       Width = 89
  196.       Height = 21
  197.       TabOrder = 0
  198.       Text = '0.0000'
  199.       OnChange = CameraGeoRefChange
  200.       OnKeyDown = GeoRefKeyDown
  201.       OnKeyUp = GeoRefKeyUp
  202.       Digits = 4
  203.       Min = -99999999.900000000000000000
  204.       Max = 99999999.900000000000000000
  205.       ErrorMessage = '[No Text]'
  206.     end
  207.     object CameraGeoRefYEdit: TFloatEdit
  208.       Left = 144
  209.       Top = 32
  210.       Width = 81
  211.       Height = 21
  212.       TabOrder = 1
  213.       Text = '0.0000'
  214.       OnChange = CameraGeoRefChange
  215.       OnKeyDown = GeoRefKeyDown
  216.       OnKeyUp = GeoRefKeyUp
  217.       Digits = 4
  218.       Min = -99999999.900000000000000000
  219.       Max = 99999999.900000000000000000
  220.       ErrorMessage = '[No Text]'
  221.     end
  222.     object TargetGeoRefXEdit: TFloatEdit
  223.       Left = 48
  224.       Top = 56
  225.       Width = 89
  226.       Height = 21
  227.       ParentShowHint = False
  228.       ShowHint = False
  229.       TabOrder = 3
  230.       Text = '0.0000'
  231.       OnChange = TargetGeoRefEditChange
  232.       OnKeyDown = GeoRefKeyDown
  233.       OnKeyUp = GeoRefKeyUp
  234.       Digits = 4
  235.       Min = -99999999.900000000000000000
  236.       Max = 99999999.900000000000000000
  237.       ErrorMessage = '[No Text]'
  238.     end
  239.     object TargetGeoRefYEdit: TFloatEdit
  240.       Left = 144
  241.       Top = 56
  242.       Width = 81
  243.       Height = 21
  244.       TabOrder = 4
  245.       Text = '0.0000'
  246.       OnChange = TargetGeoRefEditChange
  247.       OnKeyDown = GeoRefKeyDown
  248.       OnKeyUp = GeoRefKeyUp
  249.       Digits = 4
  250.       Min = -99999999.900000000000000000
  251.       Max = 99999999.900000000000000000
  252.       ErrorMessage = '[No Text]'
  253.     end
  254.     object ViewAzimuthEdit: TEdit
  255.       Left = 232
  256.       Top = 96
  257.       Width = 65
  258.       Height = 21
  259.       ReadOnly = True
  260.       TabOrder = 8
  261.     end
  262.     object ViewDistanceEdit: TEdit
  263.       Left = 304
  264.       Top = 96
  265.       Width = 65
  266.       Height = 21
  267.       ReadOnly = True
  268.       TabOrder = 9
  269.     end
  270.   end
  271.   object PosBox: TGroupBox
  272.     Left = 0
  273.     Top = 0
  274.     Width = 377
  275.     Height = 393
  276.     Caption = 'Positioning Map'
  277.     TabOrder = 1
  278.     object FlatImage: TFlatImage
  279.       Left = 61
  280.       Top = 73
  281.       Width = 250
  282.       Height = 250
  283.       MinHeight = 0
  284.       MaxHeight = 1000
  285.       FixSide = 200
  286.     end
  287.     object LocPaintBox: TPaintBox
  288.       Left = 2
  289.       Top = 15
  290.       Width = 373
  291.       Height = 376
  292.       Align = alClient
  293.       ParentShowHint = False
  294.       ShowHint = False
  295.       OnMouseDown = LocPaintBoxMouseDown
  296.       OnMouseMove = LocPaintBoxMouseMove
  297.       OnMouseUp = LocPaintBoxMouseUp
  298.       OnPaint = LocPaintBoxPaint
  299.     end
  300.   end
  301. end
  302.